Esempio n. 1
0
 protected char[][] dictionary() {
   try {
     loading.await();
   } catch (InterruptedException e) {
     Log.e("WordDictionary", "Loading is interrupted: ", e);
   }
   return loader.result();
 }