All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.stanfy.enroscar.goro.Util Maven / Gradle / Ivy

There is a newer version: 3.0.0-RC5
Show newest version
package com.stanfy.enroscar.goro;

import android.os.Looper;

/**
 * Utilities.
 */
final class Util {

  private Util() { }

  public static boolean checkMainThread() {
    return Looper.myLooper() == Looper.getMainLooper();
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy